func github.com/andybalholm/brotli.estimateBitCostsForLiterals

2 uses

	github.com/andybalholm/brotli (current package)
		backward_references_hq.go#L188: 	estimateBitCostsForLiterals(position, num_bytes, ringbuffer_mask, ringbuffer, literal_costs[1:])
		literal_cost.go#L135: func estimateBitCostsForLiterals(pos uint, len uint, mask uint, data []byte, cost []float32) {